github.com/refraction-networking/utls.clientHelloMsg.supportedSignatureAlgorithmsCert (field)
14 uses
github.com/refraction-networking/utls (current package)
handshake_messages.go#L85: supportedSignatureAlgorithmsCert []SignatureScheme
handshake_messages.go#L229: if len(m.supportedSignatureAlgorithmsCert) > 0 {
handshake_messages.go#L237: for _, sigAlgo := range m.supportedSignatureAlgorithmsCert {
handshake_messages.go#L591: m.supportedSignatureAlgorithmsCert = append(
handshake_messages.go#L592: m.supportedSignatureAlgorithmsCert, SignatureScheme(sigAndAlg))
handshake_messages.go#L732: supportedSignatureAlgorithmsCert: slices.Clone(m.supportedSignatureAlgorithmsCert),
handshake_server_tls13.go#L678: len(ch.supportedSignatureAlgorithmsCert) != len(ch1.supportedSignatureAlgorithmsCert) ||
handshake_server_tls13.go#L702: for i := range ch.supportedSignatureAlgorithmsCert {
handshake_server_tls13.go#L703: if ch.supportedSignatureAlgorithmsCert[i] != ch1.supportedSignatureAlgorithmsCert[i] {
u_public.go#L409: supportedSignatureAlgorithmsCert: chm.SupportedSignatureAlgorithmsCert,
u_public.go#L466: SupportedSignatureAlgorithmsCert: chm.supportedSignatureAlgorithmsCert,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |